←Select platform

AddDICOMServerEventLogRow(string,string,int,string,string,int,string,DateTime,string,string,string,byte[],string,string,string) Method

Summary

Adds a new DICOMServerEventLogRow to the DataTable.Rows collection.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DICOMServerEventLogRow AddDICOMServerEventLogRow( 
   string ServerAETitle, 
   string ServerIPAddress, 
   int ServerPort, 
   string ClientAETitle, 
   string ClientHostAddress, 
   int ClientPort, 
   string Command, 
   DateTime EventDateTime, 
   string Type, 
   string MessageDirection, 
   string Description, 
   byte[] Dataset, 
   string CustomInformation, 
   string DatasetPath, 
   string CustomType 
) 
<DebuggerNonUserCodeAttribute()> 
 Public Function AddDICOMServerEventLogRow( 
   ByVal ServerAETitle As String, 
   ByVal ServerIPAddress As String, 
   ByVal ServerPort As Integer, 
   ByVal ClientAETitle As String, 
   ByVal ClientHostAddress As String, 
   ByVal ClientPort As Integer, 
   ByVal Command As String, 
   ByVal EventDateTime As DateTime, 
   ByVal Type As String, 
   ByVal MessageDirection As String, 
   ByVal Description As String, 
   ByVal Dataset() As Byte, 
   ByVal CustomInformation As String, 
   ByVal DatasetPath As String, 
   ByVal CustomType As String 
) As DICOMServerEventLogRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   DICOMServerEventLogRow^ AddDICOMServerEventLogRow( 
       String^ ServerAETitle, 
      String^ ServerIPAddress, 
      Int32 ServerPort, 
      String^ ClientAETitle, 
      String^ ClientHostAddress, 
      Int32 ClientPort, 
      String^ Command, 
      DateTime^ EventDateTime, 
      String^ Type, 
      String^ MessageDirection, 
      String^ Description, 
      array<Byte>^ Dataset, 
      String^ CustomInformation, 
      String^ DatasetPath, 
      String^ CustomType 
   ) 

Parameters

ServerAETitle

The Server AE title.

ServerIPAddress

The Server IP Address.

ServerPort

The Server Port

ClientAETitle

The Client AE Title

ClientHostAddress

The Client Host Address.

ClientPort

The Client Port.

Command

The DICOM Command caused the event log.

EventDateTime

The event log Date-Time.

Type

The type of the command.

MessageDirection

The direction of the event log. Typically "None", "Input", or "Output".

Description

The event log description text.

Dataset

The DicomDataSet associated with the event log.

CustomInformation

Additional information about the event log.

DatasetPath

The full path to DicomDataSet

CustomType

The custom type of the event log. Typically NULL, or "DICOM_MESSAGE"

Return Value

The DICOMServerEventLogRow which is added to the DataTable.Rows collection.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.